menu
flutter_inappwebview_web package
documentation
web/in_app_web_view_web_element.dart
InAppWebViewWebElement
loadFile method
loadFile method
dark_mode
light_mode
loadFile
method
Future
<
void
>
loadFile
(
{
required
String
assetFilePath
,
})
Implementation
Future<void> loadFile({required String assetFilePath}) async { iframe.src = assetFilePath; }
flutter_inappwebview_web package
documentation
web/in_app_web_view_web_element
InAppWebViewWebElement
loadFile method
InAppWebViewWebElement class