interceptors library
The interceptors every Composer client of a Piano instance runs.
Imported on its own, because executing an experience needs none of it:
import 'package:piano_composer/interceptors.dart';
piano.composerInterceptors.enable(CustomInterceptor());
See PianoComposerInterceptors for what a registry does, and
PianoComposerInterceptor in piano_composer.dart for what an interceptor
hooks into.
Classes
- PianoComposerInterceptors
-
The interceptors every Composer client of a
Pianoinstance runs.
Extensions
- PianoComposerInterceptorsExtension on Piano
-
The interceptors of a
Pianoinstance.