switchCamera method
Throws error if switching camera failed
Implementation
@Deprecated('use Helper.switchCamera() instead')
Future<bool> switchCamera() {
throw UnimplementedError();
}
Throws error if switching camera failed
@Deprecated('use Helper.switchCamera() instead')
Future<bool> switchCamera() {
throw UnimplementedError();
}