Implement isScanning api (#188)
* Implement isScanning api * Improve IOS scanning api * Update Readme and Changelog
This commit is contained in:
@@ -95,4 +95,9 @@ abstract class UniversalBlePlatformMock extends UniversalBlePlatform {
|
||||
BleOutputProperty bleOutputProperty) {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
@override
|
||||
Future<bool> isScanning() {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user