buildContext property

  1. @mustBeOverridden
BuildContext get buildContext

The build context associated with the UI driver.

Implementation

@mustBeOverridden
BuildContext get buildContext =>
    throw const MissingCapabilityMethodImplementation(
      "buildContext",
      "ViewModelCapabilityDelegate",
    );