Jump to source at a index
@override Future<void> jumpToSourceIndex(int index) async { await methodChannel.invokeMethod("sourceAtIndex", {"index": index}); }