sdbExportDatabase function

  1. @Deprecated('Use idbExportDatabase')
Future<Map<String, Object?>> sdbExportDatabase(
  1. Database db
)

Compat

Implementation

@Deprecated('Use idbExportDatabase')
Future<Map<String, Object?>> sdbExportDatabase(Database db) async {
  return idbExportDatabase(db);
}