Checks whether a redo operation can be perfromed from the current snapshot.
Future<bool?> canRedo() { return _channel.invokeMethod(Functions.canRedo); }