instance property

The default instance of EyeblinkdetectfacePlatform to use.

Defaults to MethodChannelEyeblinkdetectface.

Implementation

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

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

Implementation

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