isSuccess static method
Check result is success
Implementation
static bool isSuccess(result) {
return result != null && result[RESULT] == SUCCESS;
}
Check result is success
static bool isSuccess(result) {
return result != null && result[RESULT] == SUCCESS;
}