mkdir method

Future<void> mkdir(
  1. String url, {
  2. bool scoped = true,
})

Implementation

Future<void> mkdir(String url, {bool scoped = true}) async {
  throw UnimplementedError('mkdir() has not been implemented.');
}