Added missed fields after refactoring

parent 6c34554b
...@@ -206,6 +206,12 @@ public class PermissionHandlerPlugin implements MethodCallHandler { ...@@ -206,6 +206,12 @@ public class PermissionHandlerPlugin implements MethodCallHandler {
} }
} }
private final Registrar mRegistrar;
private Result mResult;
private ArrayList<String> mRequestedPermissions;
@SuppressLint("UseSparseArrays")
private Map<Integer, Integer> mRequestResults = new HashMap<>();
@Override @Override
public void onMethodCall(MethodCall call, Result result) { public void onMethodCall(MethodCall call, Result result) {
switch (call.method) { switch (call.method) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment