@override Future<void> abortFetch(String uri) { return _methodChannel.invokeMethod("abortFetch", {"uri": uri}); }