@override Future<String?> permission() async { final res = await methodChannel.invokeMethod<String>('permission'); return res; }