yieldAnimations method
Implementation
Future<void> yieldAnimations(List<Uint8List> animations,
{required String conversationID}) async {
return await _methodChannel.invokeMethod('yieldAnimations',
{'animations': animations, 'conversationID': conversationID});
}