static analysis
This commit is contained in:
parent
31c14febdc
commit
011bb7ea86
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@ class FakeWindowService extends Fake implements WindowService {
|
|||
@override
|
||||
Future<bool> isCutoutAware() => SynchronousFuture(true);
|
||||
|
||||
@override
|
||||
Future<void> setCutoutMode(bool use) => SynchronousFuture(null);
|
||||
|
||||
@override
|
||||
Future<EdgeInsets> getCutoutInsets() => SynchronousFuture(EdgeInsets.zero);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue