Check if the application has shell root permission, return a bool.
@override Future<bool> get hasShellRootPermission async { return await methodChannel.invokeMethod('checkShellRootPermission'); }