write method
Implementation
Future<void> write(FileHandle handle, Uint8List bytes) async {
await room.sendRequest("storage.write", {"handle": handle.id}, data: bytes);
}
Future<void> write(FileHandle handle, Uint8List bytes) async {
await room.sendRequest("storage.write", {"handle": handle.id}, data: bytes);
}