retry method

Future<String?> retry()

Implementation

Future<String?> retry() {
  _assertId();
  return TruvideoMediaSdk.streamRetryMedia(id);
}