decode abstract method

Future decode(
  1. Uint8List data
)

Decodes bytes into a Dart value.

Implementation

Future<dynamic> decode(Uint8List data);