GraphServiceClient class

Annotations

Constructors

GraphServiceClient(String token, Dio client)
const

Properties

client → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
final

Methods

find_files() Future<GraphQuery>
files direct method to get files related information routes to /me/drive/root/children
graph(String path) Future<GraphQuery>
common helper methods that can be used to call any graph api example: await nobody.graph("/me/messages") .select("sender,subject") .top(10) .orderBy("receivedDateTime desc") .get(); these are generic methods that can be used to call any graph api the above example is equivalent to the following:
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read_mails() Future<MailQuery>
mail direct method to get mail related information routes to /me/messages
toString() String
A string representation of this object.
inherited

Operators

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