instance property

Implementation

static PlatformMethodCallHandler get instance {
  return _instance!;
}
void instance=(PlatformMethodCallHandler instance)

Implementation

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