menu
flutter_js_stable package
documentation
javascript_runtime.dart
JavascriptRuntime
setupBridge abstract method
setupBridge abstract method
dark_mode
light_mode
setupBridge
abstract method
bool
setupBridge
(
String
channelName
,
void
fn
(
dynamic
args
)
)
Implementation
bool
setupBridge(
String
channelName,
void
Function
(
dynamic
args) fn);
flutter_js_stable package
documentation
javascript_runtime
JavascriptRuntime
setupBridge abstract method
JavascriptRuntime class
Constructors
new
Properties
dartContext
hashCode
localContext
runtimeType
Methods
callFunction
clearXhrPendingCalls
(ext)
convertValue
dispose
enableFetch
(ext)
enableHandlePromises
(ext)
enableXhr
(ext)
evaluate
evaluateAsync
executePendingJob
getEngineInstanceId
getPendingXhrCalls
(ext)
handlePromise
(ext)
hasPendingXhrCalls
(ext)
init
initChannelFunctions
isFulfilledPromise
(ext)
isPendingPromise
(ext)
jsonStringify
noSuchMethod
onMessage
sendMessage
setInspectable
setupBridge
toString
Operators
operator ==
Static properties
channelFunctionsRegistered
debugEnabled