PlexSuccess<T>.bytes constructor

PlexSuccess<T>.bytes(
  1. Uint8List bytes
)

Implementation

PlexSuccess.bytes(Uint8List bytes) {
  response = bytes;
}