We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5964025 commit b526fc7Copy full SHA for b526fc7
packages/wifi_basic/test/wifi_basic_test.dart
@@ -10,7 +10,7 @@ void main() {
10
setUp(() {
11
bool isEnabled = true;
12
channel.setMockMethodCallHandler((MethodCall methodCall) async {
13
- switch(methodCall.method) {
+ switch (methodCall.method) {
14
case "hasCapability":
15
return true;
16
case "isEnabled":
0 commit comments