instance property

The default instance of C72UhfPluginPlatform to use.

Defaults to MethodChannelC72UhfPlugin.

Implementation

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

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

Implementation

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