WalletFormChanged typedef

WalletFormChanged = void Function(String? iso, String? wallet, String? phoneCode)

Implementation

typedef WalletFormChanged = void Function(
    String? iso, String? wallet, String? phoneCode);