connect method

Future<String?> connect(
  1. dynamic bluetoothId
)

Implementation

Future<String?> connect(bluetoothId) {
  return IosbluetoothconnectorPlatform.instance.connect(bluetoothId);
}