getModel method

Gets the downloaded model file based on download type and conditions.

Implementation

Future<FirebaseCustomModel> getModel(
  String modelName,
  FirebaseModelDownloadType downloadType,
  FirebaseModelDownloadConditions conditions,
) {
  throw UnimplementedError('getModel() is not implemented');
}