setForcedOrientation method

Future<bool> setForcedOrientation(
  1. EyedidDeviceOrientation orientation
)

Implementation

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