of<T extends StateMVC<StatefulWidget>> static method

  1. @Deprecated('ill-conceived capability')
T? of<T extends StateMVC<StatefulWidget>>(
  1. BuildContext context
)

Allow access to the static 'of' function

Implementation

@Deprecated('ill-conceived capability')
static T? of<T extends StateMVC>(BuildContext context) =>
    mvc.StateMVC.of<T>(context);