build method

  1. @override
bool build()

Implementation

@override
bool build() {
  // Set the state to false when the provider is disposed.
  // This is done to prevent the app from continuously showing the loading indicator.
  ref.onDispose(() => setFalse());
  return false;
}