assistGestrue method

Future<bool?> assistGestrue()

辅助手势 Open Android settings in Assist gesture Settings section. returns operation successful or failure.

Implementation

Future<bool?> assistGestrue() {
  return postMessage<bool?>(
      action: 'android.settings.ASSIST_GESTURE_SETTINGS');
}