Prepares the sandbox for writing (creates the directory for a file-backed sandbox; a no-op in memory).
@override Future<void> create() async { await directory.create(recursive: true); }