TransactionFn typedef

TransactionFn = Future Function(ChalonaSqlTransaction tr)

Implementation

typedef TransactionFn = Future<dynamic> Function(ChalonaSqlTransaction tr);