createClient method
Creates a client with an optional domain (1.1.6).
Implementation
FeatureClient createClient({String? domain}) => getClient(domain ?? '');
Creates a client with an optional domain (1.1.6).
FeatureClient createClient({String? domain}) => getClient(domain ?? '');