static Future<dynamic> secureApp({ required int flags, }) async { return await SecurityModulePlatform.instance .secureApp(flags: flags); }