VoidCallbackIntent constructor

const VoidCallbackIntent(
  1. VoidCallback callback
)

Creates a VoidCallbackIntent.

Implementation

const VoidCallbackIntent(this.callback);