getVerifyToken method
Web only: gets a local-number verification token after authentication.
Implementation
Future<void> getVerifyToken(
void Function(dynamic) success,
void Function(dynamic) error,
) {
throw UnimplementedError('getVerifyToken() has not been implemented.');
}