@override Future<bool?> askPermission() async { final askIsDone = await methodChannel.invokeMethod<bool>('askPermission'); return askIsDone; }