checkAuthAvailable method
Web only: checks whether number authentication is available.
Implementation
Future<void> checkAuthAvailable(
String accessToken,
String jwtToken,
void Function(dynamic) success,
void Function(dynamic) error,
) {
throw UnimplementedError('checkAuthAvailable() has not been implemented.');
}