push abstract method
Push the button.
await myButton.push();
For more information, see Button component.
Implementation
Future<void> push({Map<String, dynamic>? extra});
Push the button.
await myButton.push();
For more information, see Button component.
Future<void> push({Map<String, dynamic>? extra});