capturePhoto method

Future<String?> capturePhoto()

Implementation

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