destroySdk method

Future<void> destroySdk()

Cleans up resources and destroys the SDK instance.

This method should be implemented to properly clean up any resources and connections established by the SDK on the native platform.

Implementation

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