void init(List<String> checkPermissionList) async { for (var type in checkPermissionList) { await _checkAndSetPermission(type); } }