openFile abstract method

Future<void> openFile(
  1. String absolutePath,
  2. String content
)

Open a file with the given content.

Implementation

Future<void> openFile(String absolutePath, String content);