instance property

SuperWebviewPlatform get instance

Implementation

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

Implementation

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