OnLivePlayerError typedef

  1. @Deprecated('No longer maintained. Interactive live streaming is discontinued.')
OnLivePlayerError = void Function(AlivcLivePlayerError errorCode, String errorMessage)

Implementation

@Deprecated('No longer maintained. Interactive live streaming is discontinued.')
typedef OnLivePlayerError = void Function(
  AlivcLivePlayerError errorCode,
  String errorMessage,
);