instance property

MybuttonPlatform get instance

Implementation

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

Implementation

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