takePhoto static method

Future<bool> takePhoto(
  1. String path
)

Implementation

static Future<bool> takePhoto(String path) async {
  return CameraInterface().takePhoto(path);
}