setupOrientationSensor function Null safety
Implementation
Future<void> setupOrientationSensor() async {
await kMethodChannel.invokeMethod('PlatformService::setupOrientationSensor');
}
Future<void> setupOrientationSensor() async {
await kMethodChannel.invokeMethod('PlatformService::setupOrientationSensor');
}