RestApi constructor

RestApi({
  1. BuildContext? context,
  2. bool? singleContext,
})

Implementation

RestApi({this.context, this.singleContext});