currentOrientation method
Returns the current screen orientation.
Implementation
Future<OrientationEvent> currentOrientation() {
throw UnimplementedError('currentOrientation() has not been implemented.');
}
Returns the current screen orientation.
Future<OrientationEvent> currentOrientation() {
throw UnimplementedError('currentOrientation() has not been implemented.');
}