switchCamera method

Future<void> switchCamera()

切换镜头

Implementation

Future<void> switchCamera() {
  throw UnimplementedError('switchCamera() has not been implemented.');
}