init method Null safety

dynamic init(
  1. BuildContext context
)

Implementation

init(BuildContext context) async {
  this.context = context;
}