menu
tcic_client_ui package
documentation
utils/device/device_platform.dart
DevicePlatform
setLandscapeNative static method
setLandscapeNative static method
dark_mode
light_mode
setLandscapeNative
static method
Future
<
void
>
setLandscapeNative
(
)
Implementation
static Future<void> setLandscapeNative() async { await _setNativeOrientation('landscape'); }
tcic_client_ui package
documentation
utils/device/device_platform
DevicePlatform
setLandscapeNative static method
DevicePlatform class