switchCamera method

Future<bool> switchCamera(
  1. String deviceId
)

Implementation

Future<bool> switchCamera(String deviceId) async {
  throw UnimplementedError('switchCamera() has not been implemented.');
}