switchCamera static method

Future switchCamera()

Implementation

static Future<dynamic> switchCamera() async {
  final res = await callMethodForFaceUnity("switchCamera", {});
  return res;
}