setContentStreamingProtocol method

Future<void> setContentStreamingProtocol(
  1. String contentStreamingProtocol
)

Implementation

Future<void> setContentStreamingProtocol(String contentStreamingProtocol) {
  return LibNpawPluginFlutterPlatform.instance.setContentStreamingProtocol(contentStreamingProtocol);
}