ContextCache constructor
ContextCache({
- Duration screenTtl = const Duration(seconds: 10),
- ScreenContext onCaptureScreen()?,
- Future<
Map< onCaptureGlobal()?,String, dynamic> >
Implementation
ContextCache({
this.screenTtl = const Duration(seconds: 10),
this.onCaptureScreen,
this.onCaptureGlobal,
});