resetPlayer method

void resetPlayer()

Implementation

void resetPlayer() {
  _channel!.invokeMethod('resetPlayer');
}