mkdir method

Future<void> mkdir(
  1. String path
)

Implementation

Future<void> mkdir(String path) => adapter.mkdir(path);