find_files method
files direct method to get files related information routes to /me/drive/root/children
Implementation
Future<GraphQuery> find_files() async {
return GraphQuery(this, "/me/drive/root/children");
}
files direct method to get files related information routes to /me/drive/root/children
Future<GraphQuery> find_files() async {
return GraphQuery(this, "/me/drive/root/children");
}