getDevices method

Future<List<MtpDevice>> getDevices()

Implementation

Future<List<MtpDevice>> getDevices() {
  throw UnimplementedError('getDevices() has not been implemented.');
}