BloomServerpodClient constructor
BloomServerpodClient({})
Creates a BloomServerpodClient instance.
Implementation
BloomServerpodClient({
required this.serverUrl,
this.defaultHeaders = const {},
String? initialAuthKey,
}) : _authKey = initialAuthKey;