encode abstract method

Uint8List encode(
  1. Object message
)

Encode encodes the given message.

Encode may expect a specific type of message, and will error if this type is not given.

Implementation

Uint8List encode(Object message);