connectBluetooth method

  1. @override
Future<bool> connectBluetooth(
  1. String address
)
override

Implementation

@override
Future<bool> connectBluetooth(String address) async {
  return await methodChannel.invokeMethod('connectBluetooth', address);
}