getCurrencyTypes method
Implementation
@override
Future<List<AutocompleteModel>> getCurrencyTypes(
[String? userId, Config? config]) async {
config ??= CONFIG!;
return fetchCurrencyTypes(userId, config);
}
@override
Future<List<AutocompleteModel>> getCurrencyTypes(
[String? userId, Config? config]) async {
config ??= CONFIG!;
return fetchCurrencyTypes(userId, config);
}