onContentType method

  1. @protected
String? onContentType()

网络请求body的Content-Type

默认使用WorkConfig中的配置, 此值必须与onFillParamsonPostFillParams返回的参数类型兼容。

Implementation

@protected
String? onContentType() => null;