fetchTransactionHistoryForCurrentUser method

Future<List<Map<String, dynamic>>> fetchTransactionHistoryForCurrentUser()

1.3.0 no-userId overload — uses the currently identified user.

Implementation

Future<List<Map<String, dynamic>>> fetchTransactionHistoryForCurrentUser() {
  throw UnimplementedError('fetchTransactionHistoryForCurrentUser() has not been implemented.');
}