setPermissionsActivity method
this set custom permissions activity for the app
activityName is the name of the custom activity to be set ex: 'com.example.example.CustomPermissionsActivity'
Implementation
Future<void> setPermissionsActivity({required String activityName}) async {
_methodChannel.invokeMethod("SetPermissionsActivity");
}