instance property

NimCoreWebPlugin instance

Implementation

static NimCoreWebPlugin get instance => _instance;
void instance=(dynamic instance)

Implementation

static set instance(instance) {
  _instance = instance;
}