inputMethodSubtype method

Future<bool> inputMethodSubtype()

Open Android settings in Input Method Subtype section. returns operation successful or failure.

Implementation

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