ActionFunctionCall.fromTeleport constructor

ActionFunctionCall.fromTeleport(
  1. Uint8List data
)

Implementation

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