openProtectedApps static method

Future<void> openProtectedApps()

Android Only - Opens "Protected Apps Settings" available in Transsion Group android devices such as Infinix and Tecno When your application is included in protected apps, verification processes are less likely to be terminated by the OS. Increasing rate of users being verified.

Implementation

static Future<void> openProtectedApps() async {
  await _channel.invokeMethod(OkHiNativeMethod.openProtectedApps);
}