undoManager constant

MethodChannel const undoManager

A JSON MethodChannel for handling undo events.

Implementation

static const MethodChannel undoManager = OptionalMethodChannel(
  'flutter/undomanager',
  JSONMethodCodec(),
);