stopDecode method

Future<String?> stopDecode()

Implementation

Future<String?> stopDecode() {
  throw UnimplementedError('stopDecode() has not been implemented.');
}