wasCanceled static method

bool wasCanceled(
  1. String result
)

Implementation

static bool wasCanceled(String result) {
  return result == 'CANCELED';
}