onOrientationChanged method

void onOrientationChanged()

To be called when Orientation of the App Is Changed Note: This API is only for Android Platform.

Implementation

void onOrientationChanged() {
  _platform.onOrientationChanged();
}