takePicture method

Future<String?> takePicture([
  1. String path = ""
])

Implementation

Future<String?> takePicture([String path = ""]) {
  throw UnimplementedError('takePicture() has not been implemented.');
}