ApiErrorState constructor

ApiErrorState(
  1. String error
)

Implementation

ApiErrorState(this.error) {
  print('Instadiv : $error');
}