writeFile abstract method

Future<void> writeFile(
  1. String name,
  2. Uint8List bytes
)

Writes bytes into the runtime's virtual file system as name.

Implementation

Future<void> writeFile(String name, Uint8List bytes);