switchCamera method Null safety
Implementation
Future<void> switchCamera() async {
await PlatformService.invokeMethod(PlatformMethod.switchCamera);
}
Future<void> switchCamera() async {
await PlatformService.invokeMethod(PlatformMethod.switchCamera);
}