teardown method
Tears the SDK down (e.g. on logout).
Implementation
Future<void> teardown() {
throw UnimplementedError('teardown() has not been implemented.');
}
Tears the SDK down (e.g. on logout).
Future<void> teardown() {
throw UnimplementedError('teardown() has not been implemented.');
}