write abstract method

Future<void> write(
  1. String path, {
  2. String? text,
  3. List<int>? bytes,
  4. bool createParents = true,
})

Implementation

Future<void> write(String path,
    {String? text, List<int>? bytes, bool createParents = true});