createFile abstract method

Future createFile(
  1. String path,
  2. List<int> contents
)

Create a file at the given path with the given contents.

Implementation

Future createFile(String path, List<int> contents);