menu
streamline package
documentation
streamline.dart
CommandBuilder<TResponse>
onResponseReceived property
onResponseReceived property
dark_mode
light_mode
onResponseReceived
property
void Function
(
BuildContext
context
,
TResponse
response
)
?
onResponseReceived
final
inherited
Implementation
final void Function(BuildContext context, TResult response)? onResponseReceived;
streamline package
documentation
streamline
CommandBuilder<TResponse>
onResponseReceived property
CommandBuilder class