GenericWebView constructor
const
GenericWebView({})
Implementation
const GenericWebView({
super.key,
required this.apiKey,
required this.companyName,
required this.userId,
required this.url,
required this.data,
required this.onMessageReceived,
required this.isLoading,
required this.showKinesteX,
this.updatedExercise,
});