instance property

Implementation

static ARMODViewFlutterPlatform get instance => _instance;
void instance=(ARMODViewFlutterPlatform instance)

Implementation

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