switchCamera abstract method

Future<void> switchCamera(
  1. TUICamera camera
)

Switch the local camera between front and back.

Implementation

Future<void> switchCamera(TUICamera camera);