Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 602 Bytes

File metadata and controls

31 lines (21 loc) · 602 Bytes
code type title description
true
page
updateProfileMapping
Updates the internal profile storage mapping.

updateProfileMapping

Updates the internal profile storage mapping.


Future<Map<String, dynamic>> updateProfileMapping(
      Map<String, dynamic> mapping)

Property Type Description
mapping
Map<String, dynamic>
Profile collection mapping definition

Return

Returns an object representing the new mapping.

Usage

<<< ./snippets/update-profile-mapping.dart