check method

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

Implementation

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