AccountApi constructor

AccountApi({
  1. required Dio dio,
})

Implementation

AccountApi({required this.dio});