enableAppsCheck static method

Future<bool> enableAppsCheck()

Enables app security check.

Implementation

static Future<bool> enableAppsCheck() async {
  return await _methodChannel.invokeMethod(
    'enableAppsCheck',
  );
}