checkConnected method

Future<bool> checkConnected()

Implementation

Future<bool> checkConnected() async {
  throw Exception('Platform does not support');
}