switchCamera abstract method

Future<int?> switchCamera(
  1. bool isFrontCamera
)

12.2 Switch front or rear camera

Implementation

Future<int?> switchCamera(bool isFrontCamera);