cache<T extends Model> static method

Future cache<T extends Model>({
  1. required String field,
})

Implementation

static Future<dynamic> cache<T extends Model>({required String field}) async {}