Performs a redo operation on the annotation history.
example:
await historyManager.redo();
@override Future<void> redo() async { await _channel.invokeMethod('annotation_redo'); }