instance property

Implementation

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

Implementation

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