successfulCapturePagesNotifier property

ValueNotifier<List<String>> successfulCapturePagesNotifier
final

Implementation

final ValueNotifier<List<String>> successfulCapturePagesNotifier =
    ValueNotifier<List<String>>(const []);