setForcedOrientation method

Future<bool?> setForcedOrientation(
  1. SeeSoOrientation orientation
)

Implementation

Future<bool?> setForcedOrientation(SeeSoOrientation orientation) {
  throw UnimplementedError(
      'setForcedOrientation() has not been implemented.');
}