Remove error from onPairingStateChange (#75)
* Remove error from onPairingStateChange * Update ChangeLog and Readme * Update Changelog
This commit is contained in:
@@ -103,13 +103,13 @@ class MockUniversalBle extends UniversalBlePlatform {
|
||||
|
||||
@override
|
||||
Future<bool> pair(String deviceId) async {
|
||||
updatePairingState(deviceId, true, null);
|
||||
updatePairingState(deviceId, true);
|
||||
return true;
|
||||
}
|
||||
|
||||
@override
|
||||
Future<void> unpair(String deviceId) async {
|
||||
updatePairingState(deviceId, false, null);
|
||||
updatePairingState(deviceId, false);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user