Starts scanning for nearby Bluetooth devices.
@override Future<void> startScan() async { await _channel.invokeMethod('startScan'); }