$OpenLocalEditorClient 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
-
$create_Request({required String path, bool? oCSAPIRequest})
→ Request
-
Create a local editor.
-
$create_Serializer()
→ DynamiteSerializer<OpenLocalEditorCreateResponseApplicationJson, void>
-
Builds a serializer to parse the response of $create_Request.
-
$validate_Request({required String path, required String token, bool? oCSAPIRequest})
→ Request
-
Validate a local editor.
-
$validate_Serializer()
→ DynamiteSerializer<OpenLocalEditorValidateResponseApplicationJson, void>
-
Builds a serializer to parse the response of $validate_Request.
-
create({required String path, bool? oCSAPIRequest})
→ Future<DynamiteResponse<OpenLocalEditorCreateResponseApplicationJson, void>>
-
Create a local editor.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
validate({required String path, required String token, bool? oCSAPIRequest})
→ Future<DynamiteResponse<OpenLocalEditorValidateResponseApplicationJson, void>>
-
Validate a local editor.