instance property

DocViewerPlatform get instance

The default instance, backed by MethodChannelDocViewer.

Implementation

static DocViewerPlatform get instance => _instance;
set instance (DocViewerPlatform instance)

Implementation

static set instance(DocViewerPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}