FlutterExif.fromBytes constructor

FlutterExif.fromBytes(
  1. Uint8List imageData
)

Implementation

FlutterExif.fromBytes(Uint8List imageData) {
  channel.invokeMethod("initBytes", imageData);
}