getConnectedDevices method

  1. @override
Future<List<String>> getConnectedDevices()
override

Implementation

@override
Future<List<String>> getConnectedDevices() async {
  return await methodChannel.invokeMethod('getConnectedDeviceList');
}