listDownloadedModels method

Future<List<FirebaseCustomModel>> listDownloadedModels()

Lists all models downloaded to device.

Implementation

Future<List<FirebaseCustomModel>> listDownloadedModels() {
  throw UnimplementedError('listDownloadedModels() is not implemented');
}