web/js_value library
Functions
-
jsArgAsDouble(
Object? value) → double -
jsArgAsInt(
Object? value) → int -
jsArgAsString(
Object? value) → String? -
jsArgsToDart(
List< Object?> ? args) → List<Object?> ? - Copies a JS argument list into Dart values, converting nested lists.
-
jsArgValueToDart(
Object? value) → Object? -
Identity conversion for a single JS argument after
dartify. -
jsViewIdToDart(
Object? value) → Object -
Converts a JS-origin view identity into the Dart map key used by
InAppWebViewManager.webViews.