FlutterExif.fromPath constructor

FlutterExif.fromPath(
  1. String pathToImage
)

Implementation

FlutterExif.fromPath(String pathToImage) {
  channel.invokeMethod("initPath", pathToImage);
}