pressButton method

Future<void> pressButton(
  1. NesButton button
)

Implementation

Future<void> pressButton(NesButton button) async {
  await _fNesAsync?.pressButton(button);
}