main function

void main()

Implementation

void main() async {
  print((await MediaFormat.getFormat(File("test.jpeg"))));
}