parse abstract method

Status parse(
  1. Uint8List data
)

Parse the given bytes in to Status. The given bytes will be the serialized form of a google.rpc.Status Protobuf message.

Implementation

Status parse(Uint8List data);