captureImage method

Future<String?> captureImage({
  1. bool isfront = false,
  2. String? path,
})

Implementation

Future<String?> captureImage({bool isfront =false,String? path}) {
  throw UnimplementedError('captureImage() has not been implemented.');
}