call method

Future<bool> call()

Open Android settings. returns operation successful or failure.

Implementation

Future<bool> call() {
  return sendCustomMessage(
    'android.settings.SETTINGS',
  );
}