shutdownUserDetect static method

Future<void> shutdownUserDetect()

Disables fake user detection.

Implementation

static Future<void> shutdownUserDetect() async {
  await _methodChannel.invokeMethod(
    'shutdownUserDetect',
  );
}