Starts scanning for nearby devices.
@override Future<void> startScan({int timeoutMs = 12000}) async { await methodChannel.invokeMethod('startScan', {'timeoutMs': timeoutMs}); }