getConnectedDevices function

Future<void> getConnectedDevices()

Implementation

Future<void> getConnectedDevices() async {
  // USE bluetoothScanEventStream.
  return await platform.invokeMethod('getConnectedDevices');
}