NavigationController constructor

NavigationController(
  1. Client client,
  2. FlutterwaveStyle? style,
  3. TransactionCallBack _callBack
)

Implementation

NavigationController(this.client, this.style, this._callBack);