ScopedPottery typedef

  1. @Deprecated('Use LocalPottery instead. ' 'This was deprecated as of pottery 0.2.0.')
ScopedPottery = LocalPottery

An alias of LocalPottery.

Implementation

@Deprecated(
  'Use LocalPottery instead. '
  'This was deprecated as of pottery 0.2.0.',
)
typedef ScopedPottery = LocalPottery;