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