create abstract method
Prepares the sandbox for writing (creates the directory for a file-backed sandbox; a no-op in memory).
Implementation
Future<void> create();
Prepares the sandbox for writing (creates the directory for a file-backed sandbox; a no-op in memory).
Future<void> create();