Avi constructor

Avi(
  1. BuildContext context
)

Implementation

Avi(BuildContext context)
{
  this.context = context;
  shared = this;
}