makeDirectory static method

dynamic makeDirectory(
  1. String folderPath
)

Creates a new Director.

Implementation

static makeDirectory(String folderPath) async =>
    await _makeDirectory(folderPath);