destroy static method
Destroys the SDK instance, cleaning up all resources and static state.
Implementation
static Future<void> destroy() {
return _instance.destroy();
}
Destroys the SDK instance, cleaning up all resources and static state.
static Future<void> destroy() {
return _instance.destroy();
}