UploadNotifier constructor

UploadNotifier()

Implementation

UploadNotifier() : super(const AsyncValue.loading()) {
  // Start idle
  state = const AsyncValue.data(
      ApiError(message: '', error: '', statusCode: null));
}