startScan method
Implementation
Future<void> startScan({
required int timeoutMs,
required List<String> withServices,
int? androidScanMode,
}) {
throw UnimplementedError('startScan() has not been implemented.');
}
Future<void> startScan({
required int timeoutMs,
required List<String> withServices,
int? androidScanMode,
}) {
throw UnimplementedError('startScan() has not been implemented.');
}