canUndo static method

Future<bool?> canUndo()

Checks whether an undo operation can be performed from the current snapshot.

Implementation

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