decodeFromStream method
Download animation file from bundle assets, and decode it.
Implementation
Future<MovieEntity> decodeFromStream(Uint8List stream) async {
return decodeFromBuffer(stream);
}
Download animation file from bundle assets, and decode it.
Future<MovieEntity> decodeFromStream(Uint8List stream) async {
return decodeFromBuffer(stream);
}