getById abstract method

Future<T?> getById(
  1. Id id
)

Implementation

Future<T?> getById(Id id);