startCustomCamera method

Future<String?> startCustomCamera(
  1. String scanType
)

Implementation

Future<String?> startCustomCamera(String scanType) {
  throw UnimplementedError('startCustomCamera() has not been implemented.');
}