checkHasRoot method

  1. @override
Future<bool> checkHasRoot()
override

Implementation

@override
Future<bool> checkHasRoot() async{
  return (await methodChannel.invokeMethod("checkHasRoot")) == true;
}