getBleConnectionState method
Get current BLE connection state
Implementation
Future<ConnectionState> getBleConnectionState() {
throw UnimplementedError(
'getBleConnectionState() has not been implemented.');
}
Get current BLE connection state
Future<ConnectionState> getBleConnectionState() {
throw UnimplementedError(
'getBleConnectionState() has not been implemented.');
}