genderPrediction abstract method

Future<String> genderPrediction({
  1. required Uint8List image,
})

Implementation

Future<String> genderPrediction({required Uint8List image});