takePicture static method

Future<String?> takePicture()

Implementation

static Future<String?> takePicture() async {
  return null;
}