makeDirectory static method

Future makeDirectory(
  1. String folderPath
)

Creates a new Director.

Implementation

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