instance property

AiEdgeSdkPlatform get instance

Implementation

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

Implementation

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