getTransactionTypes method

  1. @override
Future<List<AutocompleteModel>> getTransactionTypes([
  1. String? userId,
  2. Config? config
])
override

Implementation

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