newRtmpConnection method

Future<int?> newRtmpConnection()

Creates a new RtmpConnection platformt instance.

Implementation

Future<int?> newRtmpConnection() {
  throw UnimplementedError('newRtmpConnection() has not been implemented.');
}