canRedo method

Future<bool?> canRedo()

Checks whether a redo operation can be perfromed from the current snapshot.

Implementation

Future<bool?> canRedo() {
  return _channel.invokeMethod(Functions.canRedo);
}