startDecode method

Future<String?> startDecode()

Implementation

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