menu
sdk_example package
documentation
NewWebView.dart
MyApp
MyApp.new constructor
MyApp.new constructor
dark_mode
light_mode
MyApp
constructor
MyApp
(
{
required
String
url
,
required
dynamic
onDataReceived
(
String
),
required
dynamic
onSuccessReceived
(
String
),
})
Implementation
MyApp( {required this.url, required this.onDataReceived, required this.onSuccessReceived});
sdk_example package
documentation
NewWebView
MyApp
MyApp.new constructor
MyApp class