Skip to content

Instantly share code, notes, and snippets.

@cp-hardik-p
Created August 29, 2022 12:17
Show Gist options
  • Save cp-hardik-p/3ef56e6593edfd0bcfd73897f9279d66 to your computer and use it in GitHub Desktop.
Save cp-hardik-p/3ef56e6593edfd0bcfd73897f9279d66 to your computer and use it in GitHub Desktop.
private val Context.employeeProtoDataStore: DataStore<EmployeePreference> by dataStore(
fileName = DATA_STORE_FILE_NAME,
serializer = EmployeePreferencesSerializer
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment