instance property

Implementation

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

Implementation

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