checkConnecting method

Future<bool?> checkConnecting()
override

Implementation

Future<bool?> checkConnecting() {
  return methodChannel.invokeMethod<bool>('checkConnecting');
}