createClient method

FeatureClient createClient({
  1. String? domain,
})

Creates a client with an optional domain (1.1.6).

Implementation

FeatureClient createClient({String? domain}) => getClient(domain ?? '');