changeToBluetooth static method

Future<bool> changeToBluetooth()

Implementation

static Future<bool> changeToBluetooth() async {
  return await _channel.invokeMethod('changeToBluetooth');
}