OnSelectedRows typedef

OnSelectedRows = void Function(List<QueryDocumentSnapshot<Map<String, Object?>>> items)

Implementation

typedef OnSelectedRows = void Function(
  List<QueryDocumentSnapshot<Map<String, Object?>>> items,
);