DdCheckPlugin class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
init(Dio dio, {String? defaultProjectName, int? port, HostHandle? hostHandle, Duration? timeOut, String? initHost, DataFormatVersions? version, ValueChanged<Socket>? conectSuccess, ServerMessageHandle? handle, CustomCoverterResponseData? customCoverterResponseData, String? projectName})
→ Future<void>
-
连接idea插件
dio
- dio单例对象
defaultProjectName
- 自定义项目名称
port
- 自定义监听端口
hostHandle
- host扫描过滤
timeOut
- idea插件连接超时时间
initHost
- 自定义连接IP
version
- 传输模型版本,一般默认就行
conectSuccess
- 连接idea插件回调
handle
- 处理idea端插件发送来的数据
customCoverterResponseData
- 自定义传输模型
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited