updateTextureSize method
Implementation
@override
Future<int?> updateTextureSize(Map<String, dynamic> params) async {
return await MethodChannelHaishinKit.channel
.invokeMethod<int>("RtmpStream#updateTextureSize", params);
}
@override
Future<int?> updateTextureSize(Map<String, dynamic> params) async {
return await MethodChannelHaishinKit.channel
.invokeMethod<int>("RtmpStream#updateTextureSize", params);
}