resetOrientation method

Future<void> resetOrientation()

Resets the TAG_ORIENTATION of the image to be ORIENTATION_NORMAL

Implementation

Future<void> resetOrientation() =>
    channel.invokeMethod<void>("resetOrientation");