loadJSCode method

Future<String>? loadJSCode()

App will inject plugin's jsCode into webview to connect.

Implementation

Future<String>? loadJSCode() => null;