callFunction method

  1. @override
JsEvalResult callFunction(
  1. dynamic fn,
  2. dynamic obj
)
override

Implementation

@override
JsEvalResult callFunction(dynamic fn, dynamic obj) {
  // Not applicable for web runtime
  throw UnimplementedError('callFunction is not supported on web');
}