instance property

UxFeedbackPlatform get instance

Implementation

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

Implementation

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