createFolder method

Future<bool> createFolder(
  1. String path
)

Implementation

Future<bool> createFolder(String path) {
  throw UnimplementedError('createFolder() has not been implemented.');
}