ApiEndpointProvider<ENDPOINT extends ApiEndpoint>.static constructor

ApiEndpointProvider<ENDPOINT extends ApiEndpoint>.static(
  1. ENDPOINT endpoint
)

Implementation

factory ApiEndpointProvider.static(ENDPOINT endpoint) {
  return StaticEndpointProvider(endpoint);
}