getConnectionState method

Future<Map<String, dynamic>> getConnectionState()

Get detailed connection state

Implementation

Future<Map<String, dynamic>> getConnectionState() {
  throw UnimplementedError('getConnectionState() has not been implemented.');
}