ActionFunctionError.fromTeleport constructor

ActionFunctionError.fromTeleport(
  1. Uint8List data
)

Implementation

factory ActionFunctionError.fromTeleport(Uint8List data) => ActionFunctionError.fromReader(TeleportObjectReader.create(data));