static Future<void> setCustomerUserId(String userId) async { _methodChannel.invokeMethod('set_customer_user_id', userId); }