instance property
GertecGs300Platform
get
instance
The default instance of GertecGs300Platform to use.
Defaults to MethodChannelGertecGs300.
Implementation
static GertecGs300Platform get instance => _instance;
set
instance
(GertecGs300Platform instance)
Platform-specific implementations should set this with their own platform-specific class that extends GertecGs300Platform when they register themselves.
Implementation
static set instance(GertecGs300Platform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}