pause abstract method

Future<void> pause({
  1. bool showPauseIcon = false,
})

暂停

Implementation

Future<void> pause({bool showPauseIcon: false});