isBlocked static method

Future<bool> isBlocked()

Whether the user is currently blocked due to too many wrong attempts.

Implementation

static Future<bool> isBlocked() async {
  return _impl.isBlocked();
}