instance property

The default instance of GluonDummyPlugin1Platform to use.

Defaults to MethodChannelGluonDummyPlugin1.

Implementation

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

Platform-specific implementations should set this with their own platform-specific class that extends GluonDummyPlugin1Platform when they register themselves.

Implementation

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