You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - [customSignals] A map of custom signals you want to add to the context
83
85
/// Returns: A Future that resolves to a [RealWorldContext] object. If ContextSDK wasn't running this might take upto [duration] seconds to resolve, otherwise this will resolve instantly.
84
86
Future<RealWorldContext> fetchContext(String flowName, int duration,
/// - [customSignals] A map of custom signals you want to add to the context
96
98
/// Returns: A [RealWorldContext] object. This will always resolve instantly, but might lead to an incomplete context object if the duration wasn't reached.
97
99
Future<RealWorldContext> instantContext(String flowName, int duration,
0 commit comments