@override Future<bool?> checkScreenPermission() async { final version = await methodChannel.invokeMethod<bool>(MethodChannelString.checkScreenPermissionFromUser); return version; }