executeBatch abstract method
Future<List<Object?> >
executeBatch(
- void operations(
- SqfliteBatch batch
- bool? exclusive,
- bool? noResult,
- bool? continueOnError,
Implementation
Future<List<Object?>> executeBatch(
void Function(SqfliteBatch batch) operations, {
bool? exclusive,
bool? noResult,
bool? continueOnError,
});