unregisterTexture method
Unregister a texture with FlutterTexture.
Implementation
@override
Future<void> unregisterTexture(Map<String, dynamic> params) async {
return await MethodChannelHaishinKit.channel
.invokeMethod<void>("RtmpStream#unregisterTexture", params);
}