startBluetoothScan method
Implementation
@override
Future<void> startBluetoothScan({
Duration timeout = const Duration(seconds: 10),
}) async {
await _method.invokeMethod<void>('startBluetoothScan', {
'timeoutMs': timeout.inMilliseconds,
});
}