resolve abstract method

T resolve(
  1. BuildContext context
)

Returns a value of type T that depends on provided BuildContext.

Implementation

T resolve(BuildContext context);