isRefresh static method
Check result is refresh
Implementation
static bool isRefresh(result) {
return result != null && result[RESULT] == REFRESH;
}
Check result is refresh
static bool isRefresh(result) {
return result != null && result[RESULT] == REFRESH;
}