loadSharedProfileSettings function

Future<SharedProfileSettingsSnapshot> loadSharedProfileSettings()

Implementation

Future<SharedProfileSettingsSnapshot> loadSharedProfileSettings() async {
  return const SharedProfileSettingsSnapshot();
}