setContentTvShow method

Future<void> setContentTvShow(
  1. String contentTvShow
)

Implementation

Future<void> setContentTvShow(String contentTvShow) {
  return LibNpawPluginFlutterPlatform.instance.setContentTvShow(contentTvShow);
}