registerContext method

dynamic registerContext(
  1. BuildContext context
)

Implementation

registerContext(BuildContext context) {
  this._context = context;
}