getData method
Get response data from call API This is the standard of Unleash opensource API response
Implementation
FeatureFlagsEntity? getData() {
return _data;
}
Get response data from call API This is the standard of Unleash opensource API response
FeatureFlagsEntity? getData() {
return _data;
}