deinitialize method

Future<void> deinitialize()

Deinitialize the SDK

Implementation

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