switchCamera abstract method

void switchCamera(
  1. bool isFront
)

Switch camera

  • isFront : Whether front camera

Implementation

void switchCamera(bool isFront);