push abstract method

Future<void> push({
  1. Map<String, dynamic>? extra,
})

Push the button.

await myButton.push();

For more information, see Button component.

Implementation

Future<void> push({Map<String, dynamic>? extra});