Branchio Error

Trying to run the Android emulator I get:
error: method getInstance in class Branch cannot be applied to given types;
Required: No arguments
Found: Context

Line 20 of Branchio.java
This is wrong: Branch branch = Branch.getInstance(getContext());
This is right: Branch branch = Branch.getInstance();

What do I need to do to fix this error?