connectBluetoothDevice method

Future<void> connectBluetoothDevice(
  1. String btName
)

Implementation

Future<void> connectBluetoothDevice(String btName) async{
await _methodChannel.invokeMethod('connectBluetoothDevice',{"bluetooth_name" : btName});
  }