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