connect method
Creates a two-way connection to an application on RTMP Server.
Implementation
@override
Future<void> connect(Map<String, dynamic> params) async {
return await MethodChannelHaishinKit.channel
.invokeMethod<void>('RtmpConnection#connect', params);
}