deinitialize method

  1. @internal
void deinitialize()

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

Implementation

@internal
void deinitialize() {
  wrap('logs.deinitialize', core.internalLogger, null,
      () => _platform.deinitialize());
}