getBleConnectionState method

Future<ConnectionState> getBleConnectionState()

Get current BLE connection state

Implementation

Future<ConnectionState> getBleConnectionState() {
  throw UnimplementedError(
      'getBleConnectionState() has not been implemented.');
}