startLive abstract method

Future<NEResult<NELiveDetail?>> startLive(
  1. String liveTopic,
  2. NELiveRoomType liveType,
  3. String cover
)

start live liveTopic topic liveType type cover cover

Implementation

Future<NEResult<NELiveDetail?>> startLive(
    String liveTopic, NELiveRoomType liveType, String cover);