useSnapshotController function
Implementation
SnapshotController useSnapshotController({bool allowSnapshotting = false}) {
return useChangeNotifier(
() => SnapshotController(allowSnapshotting: allowSnapshotting));
}
SnapshotController useSnapshotController({bool allowSnapshotting = false}) {
return useChangeNotifier(
() => SnapshotController(allowSnapshotting: allowSnapshotting));
}