overwriteAllRawData abstract method
Overwrite all existing data with a new set of raw data maps. This is used during schema migrations after transforming the data.
Implementation
Future<void> overwriteAllRawData(
List<Map<String, dynamic>> data, {
String? userId,
});