removeLink method

Future<void> removeLink()

Implementation

Future<void> removeLink() async {
  await evaluateJavascript(data: {'type': 'toIframe: removeLink'});
}