switchCamera static method
Switch front and rear cameras.
Implementation
static Future<void> switchCamera() {
tools.log("ChatCallKitManager:switchCamera called");
return _impl.switchCamera();
}
Switch front and rear cameras.
static Future<void> switchCamera() {
tools.log("ChatCallKitManager:switchCamera called");
return _impl.switchCamera();
}