startWithType method

Future<void> startWithType(
  1. String url,
  2. TX_Enum_PlayType type
)

Implementation

Future<void> startWithType(String url,TX_Enum_PlayType type) {
  return this.channel.invokeMethod("start", {"url": url,"type":type.index});
}