instance property

ZixflowPlatform get instance

Implementation

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

Implementation

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