@override Future<bool> initPermissions() async { var res = await methodChannel.invokeMethod<bool>("initPermissions"); return res!; }