get<T> method

Future<Result<T>> get<T>(
  1. IDs ids
)

Implementation

Future<Result<T>> get<T>(IDs ids) async => await adapter.get<T>(ids);