getDevices static method

Future<List<MtpDevice>> getDevices()

Implementation

static Future<List<MtpDevice>> getDevices() {
  return FlutterMtpPickerPlatform.instance.getDevices();
}