Interface Effect


@PublicSpi public interface Effect
A piece of runnable code generated by an effect provider from an effect description.
  • Method Summary

    Modifier and Type
    Method
    Description
    Performs the actual changes in the state of the world.
  • Method Details