setSpoofDetection method

  1. @override
Future<void> setSpoofDetection(
  1. SpoofDetectionConfig config
)
override

Implementation

@override
Future<void> setSpoofDetection(SpoofDetectionConfig config) async {
  _methodCalls.add('setSpoofDetection');
  _spoofDetectionConfig = config;
}