getAllTransactions method

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

Implementation

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