Whether the user is currently blocked due to too many wrong attempts.
static Future<bool> isBlocked() async { return _impl.isBlocked(); }