startRtmp method

  1. @override
Future<String?> startRtmp()

Implementation

@override
Future<String?> startRtmp() async {
  throw UnimplementedError('startRtmp() has not been implemented.');
}