switchCamera method Null safety

Future<void> switchCamera()

Implementation

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