Last updated:
0 purchases
root tester
root_tester #
It can be used to detect if device is rooted or not in:
* Android
* IOS
copied to clipboard
Getting Started #
Import the package
import 'package:root_tester/root_tester.dart';
copied to clipboard
Call funtion isDeviceRooted
bool isDeviceRooted=await RootChecker.isDeviceRooted();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.