Implement isScanning api (#188)

* Implement isScanning api

* Improve IOS scanning api

* Update Readme and Changelog
This commit is contained in:
Rohit Sangwan
2025-11-12 19:27:44 +05:30
committed by GitHub
parent c3b97e414f
commit 34b39597fd
23 changed files with 193 additions and 12 deletions
+5
View File
@@ -95,4 +95,9 @@ abstract class UniversalBlePlatformMock extends UniversalBlePlatform {
BleOutputProperty bleOutputProperty) {
throw UnimplementedError();
}
@override
Future<bool> isScanning() {
throw UnimplementedError();
}
}