RootCheck class

RootCheck class

Constructors

RootCheck()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

canLoadNativeLibrary Future<bool?>
check if it can load native library
no setter
checkForBusyBoxBinary Future<bool?>
method to check if busyboxbinary exists or not
no setter
checkForDangerousProps Future<bool?>
no setter
checkForMagiskBinary Future<bool?>
no setter
checkForNativeLibraryReadAccess Future<bool?>
no setter
checkForRootNative Future<bool?>
no setter
checkForRWPaths Future<bool?>
no setter
checkForSuBinary Future<bool?>
no setter
checkSuExists Future<bool?>
Check if SU is exists
no setter
detectPotentiallyDangerousApps Future<bool?>
no setter
detectRootCloakingApps Future<bool?>
no setter
detectRootManagementApps Future<bool?>
no setter
detectTestKeys Future<bool?>
no setter
isRooted Future<bool?>
Check if rooted, it might be false alarm, some vendor add busybox for default, check method isRootedWithBusyBoxCheck
no setter
isRootedWithBusyBoxCheck Future<bool?>
Check if rooted with busybox or not
no setter

Static Methods

checkForBinary(String filename) Future<bool?>
method to check if binary file exists or not