getFullConnectionStatus method

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

Get full connection status

Implementation

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