validate abstract method

Future<String> validate({
  1. String currency = "",
})

Implementation

Future<String> validate({String currency = ""});