initDefaultBackend function
Fallback stub — throws on platforms with neither dart:io nor
dart:js_interop.
Implementation
Future<StorageBackend> initDefaultBackend({
required String name,
StorageRoots? roots,
}) {
throw UnsupportedError('Platform not supported');
}