decode abstract method

Future<String> decode(
  1. List<int> bytes
)

Implementation

Future<String> decode(List<int> bytes);