loadWithCustomParam method
Implementation
void loadWithCustomParam(Map<String, String> customParams, double timeout) {
Map<String, Object> map = args();
map[KEY_CUSTOM_PARAMS] = customParams;
map[KEY_TIMEOUT] = timeout;
AdfurikunPlugin.invoke(method(METHOD_LOAD), map);
}