Commit 452f9a5e by daniel.roek

Fixed formatting

parent 5232927a
...@@ -51,8 +51,7 @@ class MethodChannelPermissionHandler extends PermissionHandlerPlatform { ...@@ -51,8 +51,7 @@ class MethodChannelPermissionHandler extends PermissionHandlerPlatform {
/// Returns [true] if the app settings page could be opened, otherwise /// Returns [true] if the app settings page could be opened, otherwise
/// [false]. /// [false].
Future<bool> openAppSettings() async { Future<bool> openAppSettings() async {
final wasOpened = final wasOpened = await _methodChannel.invokeMethod('openAppSettings');
await _methodChannel.invokeMethod('openAppSettings');
return wasOpened ?? false; return wasOpened ?? false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment