onCaptureGlobal property

Future<Map<String, dynamic>> Function()? onCaptureGlobal
final

Callback to capture fresh global context.

Implementation

final Future<Map<String, dynamic>> Function()? onCaptureGlobal;