localFile static method

Future<OpenResult> localFile({
  1. String filePath = "",
})

open local file (Only ANDROID, IOS)

Implementation

static Future<OpenResult> localFile({String filePath = ""}) async {
  return OpenFilex.open(filePath);
}