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