takeSelfPhoto method

Future<Uint8List?> takeSelfPhoto(
  1. bool isHand
)

Implementation

Future<Uint8List?> takeSelfPhoto(bool isHand) => _takePhotoApi.takeSelfPhoto(isHand);