$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({required String path, bool? oCSAPIRequest})
→ Future<DynamiteResponse<OpenLocalEditorCreateResponseApplicationJson, void>>
-
Create a local editor.
-
createRaw({required String path, bool? oCSAPIRequest})
→ DynamiteRawResponse<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.
-
validateRaw({required String path, required String token, bool? oCSAPIRequest})
→ DynamiteRawResponse<OpenLocalEditorValidateResponseApplicationJson, void>
-
Validate a local editor.