signInWithWallet abstract method
Starts wallet-based authentication. Returns a challenge that the wallet
must sign. type is 'evm' or 'solana'.
Implementation
Future<CrossmintWalletAuthChallenge> signInWithWallet(
String address,
String type,
);