Set the userId to facilitate problem localization.
static Future<void> setUserId(String userId) async { await _pluginChannel.invoke<void>('setUserId', {'value': userId}); }