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