getConnectedDevice method

  1. @override
dynamic getConnectedDevice()
override

Implementation

@override
getConnectedDevice() async {
  final res = await methodChannel
      .invokeMethod<List<BluetoothDeviceModel>?>('getConnectedDevice');
  return res;
}