ClientBuilder typedef

ClientBuilder = Component Function(Map<String, dynamic> params)

The builder function type for a @client component.

DO NOT USE DIRECTLY. Use the generated defaultClientOptions instead.

Implementation

typedef ClientBuilder = Component Function(Map<String, dynamic> params);