convertResultToStateAfterRefresh method
Implementation
Future<S> convertResultToStateAfterRefresh(result) async {
return await convertResultToStateAfterLoad(result);
}
Future<S> convertResultToStateAfterRefresh(result) async {
return await convertResultToStateAfterLoad(result);
}