modifyListBeforeInsert method

Future<List<T>> modifyListBeforeInsert(
  1. List<T> data
)
inherited

Allows modification of incoming data before insertion.

Implementation

Future<List<T>> modifyListBeforeInsert(List<T> data) async => data;