create abstract method

Future<void> create()

Prepares the sandbox for writing (creates the directory for a file-backed sandbox; a no-op in memory).

Implementation

Future<void> create();