listenerOrientation method

void listenerOrientation(
  1. Function orientationCallback
)

Implementation

void listenerOrientation(Function orientationCallback) async {
  self?.service?.setOrientationCallback(orientationCallback);
}