capturePhoto method

Future<String?> capturePhoto()

Implementation

Future<String?> capturePhoto() {
  throw UnimplementedError('capturePhoto() na pas été implémenté.');
}