instance property

Implementation

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

Implementation

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