myPluginOpen function

void myPluginOpen(
  1. String url
)

Implementation

void myPluginOpen(String url) {
  throw UnimplementedError('Unsupported');
}