orientation property
Implementation
Future<String> get orientation {
return platform(
android: (pool) => _androidModel.getOrientation(),
ios: (pool) => _iosModel.get_orientation(),
);
}
Future<String> get orientation {
return platform(
android: (pool) => _androidModel.getOrientation(),
ios: (pool) => _iosModel.get_orientation(),
);
}