noSuchSecondFactorStrategy method
No description provided for @noSuchSecondFactorStrategy.
In en, this message translates to: 'Strategy {arg} not supported for second factor'
Implementation
@override
String noSuchSecondFactorStrategy(String arg) {
return 'Strategy $arg not supported for second factor';
}