Writes data to a file at the given path
Creates parent directories if they don't exist
Throws:
FileSystemException
Future<void> writeFile(String path, Uint8List data);