setHumanDetection method

Future<Map<String, dynamic>> setHumanDetection(
  1. bool isEnabled
)

Implementation

Future<Map<String, dynamic>> setHumanDetection(bool isEnabled) {
  throw UnimplementedError('setHumanDetection() has not been implemented.');
}