showSpeedDialog method

void showSpeedDialog(
  1. BuildContext context
)

Implementation

void showSpeedDialog(BuildContext context) {
  player.showSpeedDialog(context);
}