oneSignalAPIKey property
inherited
Implementation
@override
String get oneSignalAPIKey {
_$oneSignalAPIKeyAtom.reportRead();
return super.oneSignalAPIKey;
}
inherited
Implementation
@override
set oneSignalAPIKey(String value) {
_$oneSignalAPIKeyAtom.reportWrite(value, super.oneSignalAPIKey, () {
super.oneSignalAPIKey = value;
});
}