applicationDevelopment method
Open Android settings in Application Development
section.
returns operation successful or failure.
Implementation
Future<bool> applicationDevelopment() {
return sendCustomMessage(
'android.settings.APPLICATION_DEVELOPMENT_SETTINGS',
);
}