close method
Closes the connection from the server.
Implementation
@override
Future<void> close(Map<String, dynamic> params) async {
return await MethodChannelHaishinKit.channel
.invokeMethod<void>('RtmpConnection#close', params);
}
Closes the connection from the server.
@override
Future<void> close(Map<String, dynamic> params) async {
return await MethodChannelHaishinKit.channel
.invokeMethod<void>('RtmpConnection#close', params);
}