newRtmpConnection method

  1. @override
Future<int?> newRtmpConnection()
override

Creates a new RtmpConnection platformt instance.

Implementation

@override
Future<int?> newRtmpConnection() async {
  return await channel.invokeMethod<int?>('newRtmpConnection');
}