openFile static method

Future openFile(
  1. String filePath
)

Implementation

static Future<dynamic> openFile(String filePath) {
  return FlyChatFlutterPlatform.instance.openFile(filePath);
}