parse method

Future<String> parse(
  1. String url
)

Implementation

Future<String> parse(String url) async {
  throw UnimplementedError('start() has not been implemented.');
}