hasShellRootPermission property

  1. @override
Future<bool> get hasShellRootPermission
override

Check if the application has shell root permission, return a bool.

Implementation

@override
Future<bool> get hasShellRootPermission async {
  return await methodChannel.invokeMethod('checkShellRootPermission');
}