addModel static method

Future<List<AIModel>> addModel(
  1. AIModel aiModel
)

Implementation

static Future<List<AIModel>> addModel(AIModel aiModel) async {
  return await saveModels([aiModel]);
}