get<T> abstract method

Future<T?> get<T>(
  1. int id
)

Implementation

Future<T?> get<T>(int id);