confirmUserAttributeError method

  1. @override
String confirmUserAttributeError(
  1. String error
)
override

No description provided for @confirmUserAttributeError.

In en, this message translates to: 'There was an error confirming user attribute: {error}'

Implementation

@override
String confirmUserAttributeError(String error) {
  return 'There was an error confirming user attribute: $error';
}