getFiles abstract method

  1. @Get(path: "/v1/files")
Future<Response<Data<File>>> getFiles()

Returns a list of files that belong to the user's organization.

Implementation

@Get(path: "/v1/files")
Future<Response<Data<File>>> getFiles();