stopMedia static method

void stopMedia()

Implementation

static void stopMedia() {
  _channel.invokeMethod('stopMedia');
}