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