shutdownUserDetect static method
Disables fake user detection.
Implementation
static Future<void> shutdownUserDetect() async {
await _methodChannel.invokeMethod(
'shutdownUserDetect',
);
}
Disables fake user detection.
static Future<void> shutdownUserDetect() async {
await _methodChannel.invokeMethod(
'shutdownUserDetect',
);
}