instance property

Implementation

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

Implementation

static set instance(FlutterBugfenderInterface instance) {
  if (!instance.isMock) {
    instance._verifyProvidesDefaultImplementations();
  }
  _instance = instance;
}