Starts scanning for Bluetooth devices.
@override Future<bool> startBluetoothScan() async => await methodChannel.invokeMethod<bool>('startBluetoothScan') ?? false;