onDidSave method

  1. @protected
  2. @mustCallSuper
Future<void> onDidSave()

Callback after the save has been done.

Implementation

@protected
@mustCallSuper
Future<void> onDidSave() async => throw UnimplementedError(
      "Save process should be done for each document.",
    );