decrementDoubleUserProfileBy static method
Decrement a user profile of type double by the specified value.
Implementation
static Future<void> decrementDoubleUserProfileBy(final String key, final double value) async {
await _invokeMethod('decrementDoubleUserProfileBy', [key, value]);
}