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