nsfwDetection abstract method

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

Implementation

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