open local file (Only ANDROID, IOS)
static Future<OpenResult> localFile({String filePath = ""}) async { return OpenFile.open(filePath); }