getTransactions method

List getTransactions()

Implementation

List<dynamic> getTransactions() {
  return [];
}