ActionCall.fromTeleport constructor

ActionCall.fromTeleport(
  1. Uint8List data
)

Implementation

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