replaceAnimation method
Future<void>
replaceAnimation(
- SimpleDirectionAnimation newAnimation, {
- bool doIdle = false,
override
Implementation
@override
Future<void> replaceAnimation(
SimpleDirectionAnimation newAnimation, {
bool doIdle = false,
}) {
throw Exception(
'In PlatformPlayer update animation using replacePlatformAnimation',
);
}