disconnect method
Disconnect from current BLE device
Implementation
Future<void> disconnect() {
throw UnimplementedError('disconnect() has not been implemented.');
}
Disconnect from current BLE device
Future<void> disconnect() {
throw UnimplementedError('disconnect() has not been implemented.');
}