instance property

Implementation

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

Implementation

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