instance property

TfkToastPlatform get instance

Implementation

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

Implementation

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