release static method

void release()

Releases resources used by the SDK

Users should call this method once, when the application shuts down, preferably in the dispose() method of the root widget's State.

Implementation

static void release() {
  LibraryContext.release();
}