setOrientationLandscape method

Future<bool?> setOrientationLandscape()

Implementation

Future<bool?> setOrientationLandscape() {
  throw UnimplementedError(
    'setOrientationLandscape() has not been implemented.',
  );
}