withOnFlagStatusChanged method
Implementation
withOnFlagStatusChanged(OnFlagStatusChanged pCallback) {
_onFlagStatusChanged = pCallback;
return this;
}
withOnFlagStatusChanged(OnFlagStatusChanged pCallback) {
_onFlagStatusChanged = pCallback;
return this;
}