teardown method

Future<void> teardown()

Tears the SDK down (e.g. on logout).

Implementation

Future<void> teardown() {
  throw UnimplementedError('teardown() has not been implemented.');
}