currentPageChangedNotification property

StreamController<String> currentPageChangedNotification
getter/setter pair

Implementation

StreamController<String> currentPageChangedNotification =
    StreamController<String>.broadcast();