checkIsDeveloper method

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

Implementation

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