setSpoofDetection static method

Future<void> setSpoofDetection(
  1. SpoofDetectionConfig config
)

Implementation

static Future<void> setSpoofDetection(SpoofDetectionConfig config) =>
    _instance.setSpoofDetection(config);