PlexSuccess<T>.bytes constructor
PlexSuccess<T>.bytes (
- Uint8List bytes
Implementation
PlexSuccess.bytes(Uint8List bytes) {
response = bytes;
}
PlexSuccess.bytes(Uint8List bytes) {
response = bytes;
}