setCustomData abstract method

Future<void> setCustomData(
  1. Map<String, dynamic> customData
)

Sets metadata attached to this device that will be displayed and filterable in the web dashboard. This allows you to find and identify your users devices quickly. We recommend adding information such as your logged in users email addresses or user IDs here.

Implementation

Future<void> setCustomData(Map<String, dynamic> customData);