setContext method

dynamic setContext(
  1. dynamic c
)

Sets the BuildContext.

Implementation

setContext(c) => _context = c;