@override Future<bool> requestPermission() async { return (await invokeNativeMethod<bool>( ChannelMethods.REQUEST_PERMISSION)) ?? false; }