getConnectedUserV2 function
Implementation
Future<ConnectedUser> getConnectedUserV2({
  required Wallet wallet,
  String? privateKey,
}) async {
  return getConnectedUserV2Core(wallet: wallet, privateKey: privateKey);
}Future<ConnectedUser> getConnectedUserV2({
  required Wallet wallet,
  String? privateKey,
}) async {
  return getConnectedUserV2Core(wallet: wallet, privateKey: privateKey);
}