error static method

String? error(
  1. String field
)

Read the first flashed error for a field.

Implementation

static String? error(String field) => _store.error(field);