setDateUserProfile static method
Set a user profile of type DateTime.
Implementation
static Future<void> setDateUserProfile(final String key, final DateTime value) async {
await _invokeMethod('setDateUserProfile', [key, value.millisecondsSinceEpoch]);
}