convertResultToStateAfterRefresh method

Future<S> convertResultToStateAfterRefresh(
  1. dynamic result
)

Implementation

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