NutrientInstantView<T extends NutrientInstantController> constructor
const
NutrientInstantView<T extends NutrientInstantController> ({
- Key? key,
- required String serverUrl,
- required String jwt,
- NutrientViewConfiguration? configuration,
- void onViewCreated(
- NutrientViewHandle handle
- T? adapter,
- void onControllerReady(
- T controller
Creates a NutrientInstantView.
Implementation
const NutrientInstantView({
super.key,
required this.serverUrl,
required this.jwt,
this.configuration,
this.onViewCreated,
this.adapter,
this.onControllerReady,
});