getByUrl method

  1. @override
Future<T> getByUrl(
  1. String url
)

Implementation

@override
Future<T> getByUrl(String url) {
  return client.get<T>(url);
}