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