write abstract method

Future<RepoEdit> write(
  1. String path,
  2. String content
)

Creates or overwrites path with content.

Implementation

Future<RepoEdit> write(String path, String content);