clearProfileAttribute method

Future<bool?> clearProfileAttribute(
  1. String key
)

Clear Profile Attribute @param key - Key of the attribute

Implementation

Future<bool?> clearProfileAttribute(String key) =>
    _instance.clearProfileAttribute(key);