createFile method

Future<bool> createFile(
  1. String path, [
  2. String? content
])

Implementation

Future<bool> createFile(String path, [String? content]) {
  throw UnimplementedError('createFile() has not been implemented.');
}