upgrade deps
This commit is contained in:
@@ -84,7 +84,7 @@ abstract class _$DesktopMode extends $Notifier<bool> {
|
||||
bool build(String tabId);
|
||||
@$mustCallSuper
|
||||
@override
|
||||
void runBuild() {
|
||||
WhenComplete runBuild() {
|
||||
final ref = this.ref as $Ref<bool, bool>;
|
||||
final element =
|
||||
ref.element
|
||||
@@ -94,7 +94,7 @@ abstract class _$DesktopMode extends $Notifier<bool> {
|
||||
Object?,
|
||||
Object?
|
||||
>;
|
||||
element.handleCreate(ref, () => build(_$args));
|
||||
return element.handleCreate(ref, () => build(_$args));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ abstract class _$PendingTabSelection extends $Notifier<String?> {
|
||||
String? build();
|
||||
@$mustCallSuper
|
||||
@override
|
||||
void runBuild() {
|
||||
WhenComplete runBuild() {
|
||||
final ref = this.ref as $Ref<String?, String?>;
|
||||
final element =
|
||||
ref.element
|
||||
@@ -75,6 +75,6 @@ abstract class _$PendingTabSelection extends $Notifier<String?> {
|
||||
Object?,
|
||||
Object?
|
||||
>;
|
||||
element.handleCreate(ref, build);
|
||||
return element.handleCreate(ref, build);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ abstract class _$BrowserRestoreComplete extends $Notifier<bool> {
|
||||
bool build();
|
||||
@$mustCallSuper
|
||||
@override
|
||||
void runBuild() {
|
||||
WhenComplete runBuild() {
|
||||
final ref = this.ref as $Ref<bool, bool>;
|
||||
final element =
|
||||
ref.element
|
||||
@@ -75,6 +75,6 @@ abstract class _$BrowserRestoreComplete extends $Notifier<bool> {
|
||||
Object?,
|
||||
Object?
|
||||
>;
|
||||
element.handleCreate(ref, build);
|
||||
return element.handleCreate(ref, build);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ abstract class _$SelectedTab extends $Notifier<String?> {
|
||||
String? build();
|
||||
@$mustCallSuper
|
||||
@override
|
||||
void runBuild() {
|
||||
WhenComplete runBuild() {
|
||||
final ref = this.ref as $Ref<String?, String?>;
|
||||
final element =
|
||||
ref.element
|
||||
@@ -57,6 +57,6 @@ abstract class _$SelectedTab extends $Notifier<String?> {
|
||||
Object?,
|
||||
Object?
|
||||
>;
|
||||
element.handleCreate(ref, build);
|
||||
return element.handleCreate(ref, build);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ abstract class _$TabList extends $Notifier<EquatableValue<List<String>>> {
|
||||
EquatableValue<List<String>> build();
|
||||
@$mustCallSuper
|
||||
@override
|
||||
void runBuild() {
|
||||
WhenComplete runBuild() {
|
||||
final ref =
|
||||
this.ref
|
||||
as $Ref<EquatableValue<List<String>>, EquatableValue<List<String>>>;
|
||||
@@ -62,6 +62,6 @@ abstract class _$TabList extends $Notifier<EquatableValue<List<String>>> {
|
||||
Object?,
|
||||
Object?
|
||||
>;
|
||||
element.handleCreate(ref, build);
|
||||
return element.handleCreate(ref, build);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ abstract class _$TabSession extends $Notifier<void> {
|
||||
void build({required String? tabId});
|
||||
@$mustCallSuper
|
||||
@override
|
||||
void runBuild() {
|
||||
WhenComplete runBuild() {
|
||||
final ref = this.ref as $Ref<void, void>;
|
||||
final element =
|
||||
ref.element
|
||||
@@ -94,7 +94,7 @@ abstract class _$TabSession extends $Notifier<void> {
|
||||
Object?,
|
||||
Object?
|
||||
>;
|
||||
element.handleCreate(ref, () => build(tabId: _$args));
|
||||
return element.handleCreate(ref, () => build(tabId: _$args));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ abstract class _$TabStates extends $Notifier<Map<String, TabState>> {
|
||||
Map<String, TabState> build();
|
||||
@$mustCallSuper
|
||||
@override
|
||||
void runBuild() {
|
||||
WhenComplete runBuild() {
|
||||
final ref = this.ref as $Ref<Map<String, TabState>, Map<String, TabState>>;
|
||||
final element =
|
||||
ref.element
|
||||
@@ -57,7 +57,7 @@ abstract class _$TabStates extends $Notifier<Map<String, TabState>> {
|
||||
Object?,
|
||||
Object?
|
||||
>;
|
||||
element.handleCreate(ref, build);
|
||||
return element.handleCreate(ref, build);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -97,7 +97,7 @@ abstract class _$WebExtensionsState
|
||||
Map<String, WebExtensionState> build(WebExtensionActionType actionType);
|
||||
@$mustCallSuper
|
||||
@override
|
||||
void runBuild() {
|
||||
WhenComplete runBuild() {
|
||||
final ref =
|
||||
this.ref
|
||||
as $Ref<
|
||||
@@ -115,6 +115,6 @@ abstract class _$WebExtensionsState
|
||||
Object?,
|
||||
Object?
|
||||
>;
|
||||
element.handleCreate(ref, () => build(_$args));
|
||||
return element.handleCreate(ref, () => build(_$args));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user