ContextCallback typedef

ContextCallback = void Function(BuildContext context, VxMutation<VxStore?> mutation, {VxStatus? status})

Function signature for the callback with context.

Implementation

typedef ContextCallback = void
    Function(BuildContext context, VxMutation mutation, {VxStatus? status});