CommonRemoteRepository constructor

CommonRemoteRepository({
  1. String? uri,
})

Implementation

CommonRemoteRepository({
  this.uri,
});