close static method
Close the client SDK
Implementation
static Future<void> close() async {
final hub = _hub;
_hub = NoOpHub();
await hub.close();
}
Close the client SDK
static Future<void> close() async {
final hub = _hub;
_hub = NoOpHub();
await hub.close();
}