setLoading method

void setLoading()

撮影時Loading状態にする

Implementation

void setLoading() {
  state = const AsyncLoading();
}