ManageFiles_FileStatus method
Check status of your file
Implementation
Future<Map> ManageFiles_FileStatus({
required String file_code,
String? apiKey,
}) async {
return await getFileStatus(
file_code: file_code,
apiKey: apiKey,
);
}