playWithCustomParams method

void playWithCustomParams(
  1. Map<String, String> customParams
)

Implementation

void playWithCustomParams(Map<String, String> customParams) {
  Map<String, Object> map = args();
  map[KEY_CUSTOM_PARAMS] = customParams;
  AdfurikunPlugin.invoke(method(METHOD_PLAY), map);
}