manageAllApplications method
Open Android settings in Manage All Applications
section.
returns operation successful or failure.
Implementation
Future<bool> manageAllApplications() {
return sendCustomMessage(
'android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS',
);
}