deinitialize method

  1. @internal
void deinitialize()

FOR INTERNAL USE ONLY Deinitialize this RUM instance. Note that this does not propertly deregister this RUM instance from the default Core, since this should only be called from the Core

Implementation

@internal
void deinitialize() {
  wrap('rum.deinitialize', logger, null, () => _platform.deinitialize());
}