debugGetCreateSourceHash method

  1. @override
String debugGetCreateSourceHash()

A debug-only function for obtaining a hash of the source code of the initialization function.

If after a hot-reload this function returns a different result, the provider will be re-executed.

This method only returns a non-null value when using riverpod_generator. @nodoc

Implementation

@override
String debugGetCreateSourceHash() => _$selectedElementHash();