Callback for iteration. Return false to stop.
false
typedef SqfliteCursorRowCallback = FutureOr<bool> Function(Map<String, Object?> row);