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