SaMessagesService class

Inheritance

Constructors

SaMessagesService(TokenGetter tokenGetter, String baseUrl, {String? requestRole})

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(dynamic item, {String? callRole}) Future
Create an entity Usage:
inherited
delete(String id, {String? callRole}) Future
Delete an entity Usage:
inherited
edit(String id, dynamic item, {String? callRole}) Future
Update an entity Usage:
inherited
getAll({Map params = const {}, String? callRole}) Future
Get all entities Usage:
inherited
getOne(String id, {String? callRole}) Future
Get a single Entity Usage:
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

path String
final