Skip to content

Commit

Permalink
fix(browser): don't expose load method (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Dec 7, 2020
1 parent 1df11d4 commit 945e59b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public class BrowserPlugin extends Plugin {

private Browser implementation;

@PluginMethod
public void load() {
implementation = new Browser(getContext());
implementation.setBrowserEventListener(this::onBrowserEvent);
Expand Down

0 comments on commit 945e59b

Please sign in to comment.