callJSAsync abstract method

Future callJSAsync(
  1. String function
)

Implementation

Future<dynamic> callJSAsync(String function);