@override Future<String> getNonce() async { if (!enabled) throw Exception('siweConfig not enabled'); // return await _siweConfig!.getNonce(); }