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