argsWithSize method

Map<String, Object> argsWithSize(
  1. double width,
  2. double height
)

Implementation

Map<String, Object> argsWithSize(double width, double height) {
  return {KEY_NUMBER: number, KEY_APP_ID: appId, KEY_WIDTH: width, KEY_HEIGHT: height, KEY_PLUGIN_VERSION: PLUGIN_VERSION};
}