instance property
SClient
get
instance
Gets the singleton instance with default configuration.
Implementation
static SClient get instance {
_instance ??= SClient();
return _instance!;
}
Gets the singleton instance with default configuration.
static SClient get instance {
_instance ??= SClient();
return _instance!;
}