get method

Future<T> get()

Get a model from the repository

Implementation

Future<T> get() {
  throw UnimplementedError();
}